價格:免費
更新日期:2019-05-09
檔案大小:因裝置而異
目前版本:因裝置而異
版本需求:Android 因裝置而異
官方網站:https://github.com/mabrosim/ShoppingList
Email:mabrosim+shoppinglist@gmail.com
Smart Shopping List application with export and share functionality.
# Prepare a list:
Application allows to create, store and manage a vocabulary of items grouped by labels.
To prepare the list - simply tick items and swipe to the "At The Shop" page when ready.
# At The Shop:
The prepared items are shown as checked first and grouped by labels.
Unchecked items stay visible, but crossed out, for 15 minutes.
# Export and Share:
Sharing happens in binary data format via an android SEND intent,
an email attachment is preferred.
Application items data can be exported into formats:
- Google Protobuf binary (proto schema is in the git repository)
- CSV (item names and labels only)
- JSON
# Import formats:
- Google Protobuf (proto schema is in the git repository)
- CSV (item names and labels only)
Just create a table in any spreadsheet application (excel, numbers or google sheets),
where items provided in columns and the column heads are the labels aka group names.
Export the sheet as CSV and send it as an attachment to email box on your Android phone.
# Settings:
Google cloud for backup & restored to be implemented
Debug action items to preview the exported data in a popup viewer.
The application is an open source project published on Github: mabrosim/ShoppingList project.